Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos: avoid open() calls on stat failures #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmm1
Copy link

@tmm1 tmm1 commented Sep 2, 2024

this (potentially) fixes sandboxd/tccd security dialogs when calling open() on files that are in other app containers

see microsoft/vscode#208105 (comment)

this fixes sandboxd/tccd security dialogs when calling open() on files that are in other app containers
@bpasero
Copy link
Contributor

bpasero commented Sep 3, 2024

I can confirm that this change helps not showing the access dialog 👏 .

//cc @devongovett

@tmm1
Copy link
Author

tmm1 commented Sep 9, 2024

Friendly ping

@tmm1
Copy link
Author

tmm1 commented Sep 20, 2024

Don't think the WASM test failures are related to my change..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants